home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / Clinic / COMSolution1 / ComClientU.dfm / ComClientU.txt
Encoding:
Text File  |  2001-04-05  |  635 b   |  35 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 126
  4.   Width = 199
  5.   Height = 86
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 16
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'COM Object 1'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 96
  27.     Top = 16
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'COM Object2'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34. end
  35.